
/*Левый фрейм*/

/*Основной текст левого фрейма*/
.body {
font-family: Arial;
background-color: #eee9e9;
font-size: 12pt;
margin-right: 0%;
margin-top: 0%;
margin-bottom: 0%;
} 
table{
font-family: Arial;
font-size: 10pt;
color: #273016;
}


/*Правый фрейм*/
/*Основной текст правого фрейма*/
body {
    font-family: Times New Roman;
    background-color: snow;
    font-size: 12pt;
    color: Black;
    text-align: justify;
}



/*Печать*/
.print{
font-family: Arial;
font-size: 10pt;
color: grey;
text-decoration: none;
}

/*Таблицы правого фрейма (обязательно)*/

.maintab{
	 font-family: Arial;
	background-color: white;
	font-size: 12px;
	color: Black;
	text-align: left;
}




/*Заголовок главы*/

.topic{
	font-family: "Arial";
	font-size: 17px;
	color: #00008B;
	text-align: center;
        font-weight: bold;
}



/*Название части в каждой главе*/
.part{
        font-family: Arial;
	font-size: 20px;
	color: #00008B;
        text-align: center;
	 }
 	




/*источник понятия в глоссарии*/
.src{
font-family: Arial;
font-size: 10px;
color: black;
}

/*Ключевые фразы в тексте глав*/
.strongtxt{
  font-family: Times New Roman;
  font-size: 12pt;
  color: #191970;
  font-weight: bold;
}

/*названия фреймов в помощи*/
.help{
font-family:  Arial;
font-size: 13px;
color: mediumblue;
 font-style: italic;
 font-weight: bold;
}
/*Вопрос-заголовок и его номер в тестах*/
.nq{
font-family: Arial;
font-size: 10pt;
color: #191970;
 font-weight: bold;

}

/*Контрольные вопросы*/
.kv{
font-family: Arial;
font-size: 11pt;
color: #191970;
 font-weight: bold;

}

/*навигация назад-далее*/
.nav{
font-family: Arial;
font-size: 13px;
color: green;
text-decoration: none;
}


/*Ссылки*/
a:link {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000080;
	text-decoration: underline;
}
a:active {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000080;
	text-decoration: none;
}
a:visited {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000080;
	text-decoration: underline;
}
a:hover {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #5D478B;
	text-decoration: none;
}



/*Определение терминов в глоссарии */
.defin{
font-family: Arial;
color: Black;
font-size: 13 px;
text-align: justify;
}

/*Термин занятия и глоссария */
.termin {
font-family: Arial;
color: #473C8B;
font-size: 13 px;
font-weight: bold;
}

/*Алфавит в глоссарии*/
.letter{
	font-family: Arial;
color: grey;
font-size: 11px;
}

.liveletter{
	font-family: Arial;
color: #00008B;
font-size: 11px;
font-weight: bold;
}




hr{
color:  silver;
}
	

